Package | Description |
---|---|
net.sf.layoutParser.build |
This is a implementation of the Builder pattern
where ConfigBuilder do the part of the Builder itself, and MaskBuilder , PluginBuilder , LayoutBuilder do the Director part of the pattern. |
net.sf.layoutParser.exception |
Package containing the base exceptions of the framework, which other exceptions inherit
these classes. |
net.sf.layoutParser.processor |
Package in charge of parsing and formating data.
The main class in this package is the ClassicLayoutProcessor which is the "interface"of this framework with the user. |
Modifier and Type | Method and Description |
---|---|
ExceptionKey |
PluginBuilder.getParseKey() |
ExceptionKey |
MaskBuilder.getParseKey() |
ExceptionKey |
LayoutBuilder.getParseKey() |
ExceptionKey |
DefaultsBuilder.getParseKey() |
ExceptionKey |
Builder.getParseKey()
It must return the key that is to be used for the exception in case
of parsin error.
|
ExceptionKey |
AliasBuilder.getParseKey() |
Constructor and Description |
---|
BuilderException(ExceptionKey key)
Cria uma exceção com uma mensagem explicando a causa.
|
BuilderException(ExceptionKey key,
Object[] parameters)
Cria uma exceção com uma mensagem explicando a causa.
|
BuilderException(ExceptionKey key,
Object[] parameters,
Throwable cause) |
BuilderException(ExceptionKey key,
Throwable cause)
Cria uma exceção com uma mensagem explicando a causa e com a causa encapsulada.
|
Modifier and Type | Method and Description |
---|---|
static ExceptionKey |
ExceptionKey.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExceptionKey[] |
ExceptionKey.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
BaseLocalizedException(ExceptionKey key)
Create's a new exception with the message that matches the key in the bundle exception file.
|
BaseLocalizedException(ExceptionKey key,
Object[] parameters)
Create's a new exception with the message that matches the key in the bundle exception file.
|
BaseLocalizedException(ExceptionKey key,
Object[] parameters,
Throwable cause)
Create's a new exception with the message that matches the key in the bundle exception file.
|
BaseLocalizedException(ExceptionKey key,
Throwable cause)
Create's a new exception with the message that matches the key in the bundle exception file.
|
Constructor and Description |
---|
LayoutException(ExceptionKey key)
Cria uma exceção com uma mensagem explicando a causa.
|
LayoutException(ExceptionKey key,
Object[] parameters)
Cria uma exceção com uma mensagem explicando a causa.
|
LayoutException(ExceptionKey key,
Object[] parameters,
Throwable cause) |
LayoutException(ExceptionKey key,
Throwable cause)
Cria uma exceção com uma mensagem explicando a causa e com a causa encapsulada.
|
MalformedInputException(ExceptionKey key)
Cria uma exceção com uma mensagem explicando a causa.
|
MalformedInputException(ExceptionKey key,
Object[] parameters) |
MalformedInputException(ExceptionKey key,
Object[] parameters,
Throwable cause) |
MalformedInputException(ExceptionKey key,
Throwable cause)
Cria uma exceção com uma mensagem explicando a causa e com a causa encapsulada.
|
MalformedOutputException(ExceptionKey key)
Cria uma exceção com uma mensagem explicando a causa.
|
MalformedOutputException(ExceptionKey key,
Object[] parameters)
Cria uma exceção com uma mensagem explicando a causa.
|
MalformedOutputException(ExceptionKey key,
Object[] parameters,
Throwable cause) |
MalformedOutputException(ExceptionKey key,
Throwable cause)
Cria uma exceção com uma mensagem explicando a causa e com a causa encapsulada.
|
Copyright © 2014. All Rights Reserved.