|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.omg.CORBA.UserException
org.omg.CosTrading.ProxyPackage.IllegalRecipe
public final class IllegalRecipe
Exception definition: IllegalRecipe.
Field Summary | |
---|---|
java.lang.String |
recipe
Exception member recipe |
Constructor Summary | |
---|---|
IllegalRecipe()
Default constructor |
|
IllegalRecipe(java.lang.String recipe)
Constructor with fields initialization |
|
IllegalRecipe(java.lang.String orb_reason,
java.lang.String recipe)
Full constructor with fields initialization |
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 |
Field Detail |
---|
public java.lang.String recipe
Constructor Detail |
---|
public IllegalRecipe()
public IllegalRecipe(java.lang.String recipe)
recipe
- recipe exception memberpublic IllegalRecipe(java.lang.String orb_reason, java.lang.String recipe)
recipe
- recipe exception member
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |