org.apache.jetspeed.portlets.layout
Class LayoutError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Error
          extended by org.apache.jetspeed.portlets.layout.LayoutError
All Implemented Interfaces:
java.io.Serializable

public class LayoutError
extends java.lang.Error

Should only be thrown when something truely unexpected happens when processing a layout. Basically used in the case where something that "should never happen" happens.

Author:
Scott T. Weaver
See Also:
Serialized Form

Constructor Summary
LayoutError()
           
LayoutError(java.lang.String message)
           
LayoutError(java.lang.String message, java.lang.Throwable cause)
           
LayoutError(java.lang.Throwable cause)
           
 
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

LayoutError

public LayoutError()

LayoutError

public LayoutError(java.lang.String message)

LayoutError

public LayoutError(java.lang.Throwable cause)

LayoutError

public LayoutError(java.lang.String message,
                   java.lang.Throwable cause)


Copyright © 1999-2009 Apache Software Foundation. All Rights Reserved.