Package com.facilita.exception
Class FCException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.facilita.exception.FCException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
BadValueException
,ContextTerminationException
,NoSuchValueException
,NotAllowedException
,ScriptContextTerminationException
public class FCException extends java.lang.Exception
AnException
thrown by the eggPlant Performance engine.All other eggPlant Performance exceptions are sub-classes of this type.
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected int
_code
For internal use only.
-
Constructor Summary
Constructors Constructor Description FCException()
FCException(java.lang.String s)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getCode()
-
-
-
Field Detail
-
_code
protected int _code
For internal use only. UsegetCode()
instead.
-
-