|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
jp.develop.common.util.amf.IllegalDataFormat
public class IllegalDataFormat
AMF Data format Exception.
| Constructor Summary | |
|---|---|
IllegalDataFormat()
Constructs a instance. |
|
IllegalDataFormat(String message)
Constructs a instance with message. |
|
IllegalDataFormat(String message,
Throwable cause)
Constructs a instance with message and cause. |
|
IllegalDataFormat(Throwable cause)
Constructs a instance with cause. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public IllegalDataFormat()
public IllegalDataFormat(String message)
message - Exception message.public IllegalDataFormat(Throwable cause)
cause - Cause exception.
public IllegalDataFormat(String message,
Throwable cause)
message - Exception message.cause - Cause exception.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||