站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBOSS Portal 2.6 API 英文版文档

LayoutException - JBOSS Portal 2.6 API 英文版文档


org.jboss.portal.theme
Class LayoutException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.jboss.portal.theme.LayoutException
All Implemented Interfaces:
java.io.Serializable

public class LayoutException
extends java.lang.Exception

Generic exception in the layout functionality.

Version:
$LastChangedRevision: 5448 $, $LastChangedDate: 2006-10-13 15:29:17 -0400 (Fri, 13 Oct 2006) $
Author:
Serialized Form

Field Summary
private static long serialVersionUID
          The serialVersionUID
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
LayoutException()
           
LayoutException(java.lang.String msg)
           
LayoutException(java.lang.Throwable t)
           
 
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
 

Field Detail

serialVersionUID

private static final long serialVersionUID
The serialVersionUID

See Also:
Constant Field Values
Constructor Detail

LayoutException

public LayoutException()

LayoutException

public LayoutException(java.lang.Throwable t)

LayoutException

public LayoutException(java.lang.String msg)