Package com.salesforce.jprotoc
Class GeneratorException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.salesforce.jprotoc.GeneratorException
-
- All Implemented Interfaces:
Serializable
public class GeneratorException extends RuntimeException
This exception represents a structural problem with output generation. Error messages will be printed to the console output.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GeneratorException(String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
GeneratorException
public GeneratorException(String message)
-
-