org.drools.guvnor.client.rpc
Class DetailedSerializationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.google.gwt.user.client.rpc.SerializationException
              extended by 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

Constructor Summary
DetailedSerializationException()
           
DetailedSerializationException(String shortDescription, List<BuilderResultLine> errs)
           
DetailedSerializationException(String shortDescription, String longDescription)
           
 
Method Summary
 List<BuilderResultLine> getErrs()
           
 String getLongDescription()
           
 
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

DetailedSerializationException

public DetailedSerializationException()

DetailedSerializationException

public DetailedSerializationException(String shortDescription,
                                      String longDescription)

DetailedSerializationException

public DetailedSerializationException(String shortDescription,
                                      List<BuilderResultLine> errs)
Method Detail

getLongDescription

public String getLongDescription()

getErrs

public List<BuilderResultLine> getErrs()


Copyright © 2001-2011 JBoss Inc.. All Rights Reserved.