|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
marf.util.MARFException
marf.util.InvalidSampleFormatException
public class InvalidSampleFormatException
Class InvalidSampleFormatException typically signals a mismatch of a loader and file being loader or sample type and its data.
$Id: InvalidSampleFormatException.java,v 1.12 2007/12/23 06:29:47 mokhov Exp $
| Field Summary |
|---|
| Fields inherited from class marf.util.MARFException |
|---|
strMessage |
| Constructor Summary | |
|---|---|
InvalidSampleFormatException()
Default InvalidSampleFormat exception with empty message. |
|
InvalidSampleFormatException(java.lang.Exception poException)
InvalidSampleFormat exception with wrapped exception of another type. |
|
InvalidSampleFormatException(int piFormat)
Exception for specific sample format. |
|
InvalidSampleFormatException(java.lang.String pstrMsg)
Generic exception. |
|
InvalidSampleFormatException(java.lang.String pstrMessage,
java.lang.Exception poException)
InvalidSampleFormat exception with wrapped exception of another type and a customized error message. |
|
| Method Summary | |
|---|---|
static java.lang.String |
getMARFSourceCodeRevision()
Returns source code revision information. |
| Methods inherited from class marf.util.MARFException |
|---|
create, create, create, create, getMessage, toString |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public InvalidSampleFormatException(int piFormat)
piFormat - Format number, caused the exception to be thrownpublic InvalidSampleFormatException(java.lang.String pstrMsg)
pstrMsg - error message onlypublic InvalidSampleFormatException()
public InvalidSampleFormatException(java.lang.Exception poException)
poException - the exception to wrap
public InvalidSampleFormatException(java.lang.String pstrMessage,
java.lang.Exception poException)
pstrMessage - the customized messagepoException - the exception to wrap| Method Detail |
|---|
public static java.lang.String getMARFSourceCodeRevision()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||