|
|||||||||
| 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
com.Bayesia.api.IllegalOperationException
public class IllegalOperationException
The class IllegalOperationException is used when
an illegal operation is performed for example on a not existent node.
IllegalOperationException is a subclass of RuntimeException so you can avoid to catch them.
| Constructor Summary | |
|---|---|
IllegalOperationException()
Default constructor. |
|
IllegalOperationException(java.lang.String message)
Create a new IllegalOperationException with the specified message. |
|
IllegalOperationException(java.lang.String message,
java.lang.Throwable cause)
Create a new IllegalOperationException with the specified message
and generated by the specified cause. |
|
IllegalOperationException(java.lang.Throwable cause)
Create a new IllegalOperationException generated by the specified 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 IllegalOperationException()
public IllegalOperationException(java.lang.String message)
IllegalOperationException with the specified message.
message - public IllegalOperationException(java.lang.Throwable cause)
IllegalOperationException generated by the specified cause.
cause -
public IllegalOperationException(java.lang.String message,
java.lang.Throwable cause)
IllegalOperationException with the specified message
and generated by the specified cause.
message - cause -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||