com.citygrid
Class CGException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.citygrid.CGException
All Implemented Interfaces:
Serializable

public class CGException
extends Exception

See Also:
Serialized Form

Field Summary
private  CGError[] errors
           
 
Constructor Summary
CGException(CGError error)
           
CGException(CGError[] errors)
           
 
Method Summary
 CGError[] getErrors()
           
 String getMessage()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

errors

private CGError[] errors
Constructor Detail

CGException

public CGException(CGError[] errors)

CGException

public CGException(CGError error)
Method Detail

getErrors

public CGError[] getErrors()

getMessage

public String getMessage()
Overrides:
getMessage in class Throwable


Copyright © 2011. All Rights Reserved.