org.drools.guvnor.client.rpc
Class DetailedSerializationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.google.gwt.user.client.rpc.SerializationException
org.drools.guvnor.client.rpc.DetailedSerializationException
- All Implemented Interfaces:
- Serializable
public class DetailedSerializationException
- extends com.google.gwt.user.client.rpc.SerializationException
This is for more detailed reports to send back to the client.
Typically there is a short message and longer message. The longer one is used by support. The shorter one displayed by default.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
DetailedSerializationException
public DetailedSerializationException()
DetailedSerializationException
public DetailedSerializationException(String shortDescription,
String longDescription)
DetailedSerializationException
public DetailedSerializationException(String shortDescription,
List<BuilderResultLine> errs)
getLongDescription
public String getLongDescription()
getErrs
public List<BuilderResultLine> getErrs()
Copyright © 2001-2011 JBoss Inc.. All Rights Reserved.