com.legstar.coxb.gen
Class CoxbGenException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.legstar.coxb.gen.CoxbGenException
All Implemented Interfaces:
Serializable

public class CoxbGenException
extends Exception

Exception when generating binding classes.

See Also:
Serialized Form

Constructor Summary
CoxbGenException(Exception e)
          Build Exception from inner exception.
CoxbGenException(String message)
          Build Exception from message.
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CoxbGenException

public CoxbGenException(String message)
Build Exception from message.

Parameters:
message - exception description

CoxbGenException

public CoxbGenException(Exception e)
Build Exception from inner exception.

Parameters:
e - the inner exception


Copyright © 2015 LegSem. All Rights Reserved.